-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish to multiple channels -Part 1 #1502
Conversation
Do you have a test build where I can see this working? |
Ran a build locally -> https://dnceng.visualstudio.com/internal/_build/results?buildId=941779&view=logs&j=ba23343f-f710-5af9-782d-5bd26b102304&t=6e277ba4-1c1e-552d-b96f-db0aeb4be20a It will fail cos it was not able to restore the arcade version which is weird. But I am able to test the channel is bifurcated with hyphen. |
There was a widespread azure artifacts incident. You should be able to run it again |
I retried it twice, no luck :( Prob will have to wait and try again.. |
https://pkgs.dev.azure.com/dnceng/internal/_packaging/general-testing-internal/nuget/v3/index.json is not a valid feed, I think the one you're looking for is https://pkgs.dev.azure.com/public/_packaging/general-testing-internal/nuget/v3/index.json EDIT: Actually nevermind, I was misreading the logs. |
I got this working finally, I still don't know why it failed earlier. |
I think this is ready for approval now :) |
Publish to multiple channels -> dotnet/arcade#6669
Since comma does not work, using hyphen instead.